From 975fe76a0edd82bbb1d8f7225a01f44aa8ab0115 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Jan 2020 21:04:15 -0500 Subject: [PATCH] Adwaita: Remove a wildcard rule for tooltips These rules are expensive, and don't seem to make any difference for typical tooltip content. --- gtk/theme/Adwaita/_common.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 199d3ac7a2..806d436423 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -4098,14 +4098,6 @@ tooltip { border-radius: 5px; box-shadow: none; // otherwise it gets inherited by windowframe.csd text-shadow: 0 1px black; - - // FIXME: we need a border or tooltips vanish on black background. - decoration { background-color: transparent; } - - * { // Yeah this is ugly - background-color: transparent; - color: white; - } } -- 2.30.2